Hello, on the "schema model" tab im getting the following error after updating flyway to the latest version:
Exception while reading from stream
Details: at RedGate.RgCompare.Postgres.Population.PostgresDatabaseAdapterFactory.HandleException(DbException ex, String sql)
at RedGate.RgCompare.Connection.ExceptionHandler.WithExceptionHandling[T](Func`1 func)
at RedGate.RgCompare.Connection.DatabaseAdapterFactory.CreateConnection(ConnectionInfo connectionInfo, IProgress`1 progress)
at RedGate.RgCompare.Connection.DatabaseAdapterFactory.<>c__DisplayClass8_0.<GetConnection>b__0(ConnectionInfo info)
at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
at RedGate.RgCompare.Connection.DatabaseAdapterFactory.GetConnection(ConnectionInfo connectionInfo, IProgress`1 progress)
at RedGate.RgCompare.Runner.RgcRunner.ModelLive(ConnectionInfo connectionInfo, PopulationOptions options, IRgcProgressReporter progress)
at RedGate.RgCompare.RgCompareAdapter.RgCompareEngine.ModelLive(ConnectionInfo connectionInfo, GenericModelLiveOptions options, IRgcProgressReporter progress)
at RedGate.RgCompare.Cli.Commands.ModelLiveCommand.<>c__DisplayClass2_0.<ModelHandler>b__0()
at RedGate.RgCompare.Cli.Commands.RgCommand.WithUsageReporting(Func`1 resultWithFur)
at RedGate.RgCompare.Cli.Commands.ModelLiveCommand.ModelHandler(String connectionString, Boolean credentialsViaStdin, String username, String password, Boolean staticDataTablesViaStdin, String[] option)
at RedGate.RgCompare.Cli.Commands.ModelLiveCommand.<>c__DisplayClass1_0.<.ctor>b__0(ParseResult parseResult)
at System.CommandLine.Command.<>c__DisplayClass30_0.<SetAction>b__0(ParseResult context)
at System.CommandLine.Invocation.AnonymousSynchronousCommandLineAction.Invoke(ParseResult parseResult)
at System.CommandLine.Invocation.InvocationPipeline.Invoke(ParseResult parseResult)
at System.CommandLine.ParseResult.Invoke(InvocationConfiguration configuration)
at RedGate.RgCompare.Cli.RgCompareCli.Run(String[] originalArgs)
SqlState: [null]
IsTransient: True
Hello, on the "schema model" tab im getting the following error after updating flyway to the latest version:
Exception while reading from stream Details: at RedGate.RgCompare.Postgres.Population.PostgresDatabaseAdapterFactory.HandleException(DbException ex, String sql) at RedGate.RgCompare.Connection.ExceptionHandler.WithExceptionHandling[T](Func`1 func) at RedGate.RgCompare.Connection.DatabaseAdapterFactory.CreateConnection(ConnectionInfo connectionInfo, IProgress`1 progress) at RedGate.RgCompare.Connection.DatabaseAdapterFactory.<>c__DisplayClass8_0.<GetConnection>b__0(ConnectionInfo info) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) at RedGate.RgCompare.Connection.DatabaseAdapterFactory.GetConnection(ConnectionInfo connectionInfo, IProgress`1 progress) at RedGate.RgCompare.Runner.RgcRunner.ModelLive(ConnectionInfo connectionInfo, PopulationOptions options, IRgcProgressReporter progress) at RedGate.RgCompare.RgCompareAdapter.RgCompareEngine.ModelLive(ConnectionInfo connectionInfo, GenericModelLiveOptions options, IRgcProgressReporter progress) at RedGate.RgCompare.Cli.Commands.ModelLiveCommand.<>c__DisplayClass2_0.<ModelHandler>b__0() at RedGate.RgCompare.Cli.Commands.RgCommand.WithUsageReporting(Func`1 resultWithFur) at RedGate.RgCompare.Cli.Commands.ModelLiveCommand.ModelHandler(String connectionString, Boolean credentialsViaStdin, String username, String password, Boolean staticDataTablesViaStdin, String[] option) at RedGate.RgCompare.Cli.Commands.ModelLiveCommand.<>c__DisplayClass1_0.<.ctor>b__0(ParseResult parseResult) at System.CommandLine.Command.<>c__DisplayClass30_0.<SetAction>b__0(ParseResult context) at System.CommandLine.Invocation.AnonymousSynchronousCommandLineAction.Invoke(ParseResult parseResult) at System.CommandLine.Invocation.InvocationPipeline.Invoke(ParseResult parseResult) at System.CommandLine.ParseResult.Invoke(InvocationConfiguration configuration) at RedGate.RgCompare.Cli.RgCompareCli.Run(String[] originalArgs) SqlState: [null] IsTransient: True