You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run pgcopy list databases --source <SRC> after doing some other pgcopydb commands, it potentially fails like
postgres:~$ pgcopydb list databases --source $PGCOPYDB_SOURCE_PGURI
11:15:12.013 211459 INFO Running pgcopydb version 0.17-1.pgdg120+1 from "/usr/bin/pgcopydb"
11:15:12.072 211459 INFO Using work dir "/tmp/pgcopydb"
11:15:12.074 211459 ERROR Catalogs at "/tmp/pgcopydb/schema/source.db" have been setup for Postgres source "postgres://:5432/test" and current source is "postgres://:5432/"
11:15:12.075 211459 ERROR Failed to initialize pgcopydb internal catalogs
11:15:12.075 211459 ERROR Failed to fetch a local copy of the catalogs, see above for details
Contrary to pgcopydb copy db, there is no --restart option for list databases that would disregard the source.db, but I think pgcopydb should just not use whatever is in "/tmp/pgcopydb/schema/source.db for this command?
The text was updated successfully, but these errors were encountered:
If I run
pgcopy list databases --source <SRC>
after doing some other pgcopydb commands, it potentially fails likeContrary to
pgcopydb copy db
, there is no--restart
option forlist databases
that would disregard thesource.db
, but I think pgcopydb should just not use whatever is in"/tmp/pgcopydb/schema/source.db
for this command?The text was updated successfully, but these errors were encountered: