I am trying to migrate a cd2 / dap web_logs database from my local machine to a google cloud virtual machine. I created a postgres dump of the local database, uploaded it to the cloud, and used postgres restore. Now I am trying to syncdb and get the following error.
✗ ERROR: Operation syncdb failed. Reason: Table not initialized. Please run initdb first.
✗ ERROR: Operation syncdb failed for table web_logs
✗ ERROR: Operation syncdb completed with issues: 1 failed out of 1 table(s).
If I run initdb, will my whole database will get overwritten?