Hello, I am attempting to migrate a postgres datas...
# spicedb
l
Hello, I am attempting to migrate a postgres datastore from one server to another. To attempt to minimize downtime I used logical replication to copy the data, but when I pointed the spicedb server at the new datastore it started throwing errors. The error I get in spicedb is
"object definition not found"
. The errors cleared up when I rolled back to the old datastore. Is there a reason you can think that a spicedb postgres datastore wouldn't copy properly using logical replication? Is there a recommended method to migrate a postgres datastore from one server to another? I am using the spicedb operator in kubernetes and a managed postgres instance.
2 Views