Open citusvamsi opened 1 year ago
Hi @citusvamsi ; please share the logs output from running pgcopydb as text. As an image it makes it harder to read (font sizes, font itself, colors and contrast, etc) and I can't even copy paste. I still can see an error about permission denied for table job_run_details which apparently you have listed in the exclude-table
section.
At the moment pgcopydb support for filtering has not been added to the “online” parts of it: logical decoding is not filtered yet.
Hi Team,
Migrate database from Azure flexy server PostgreSQL to Azure Cosmos DB for PostgreSQL .
I am using pgcopydb for online migration to migrate database from Azure flexy server PostgreSQL to Azure Cosmos DB for PostgreSQL. Source side(Azure Flexy server postgresql) ,I have created a job that is inserting data into a dummy table for every 2 mins.
After running pgocpydb clone --follow getting below issue
Command use for online migration:
Even I excluded the table job_run_details using filter.ini file also getting same issue
filter.ini
Any solution?