pdpotter edited a comment on issue #132:
URL: https://github.com/apache/incubator-age/issues/132#issuecomment-968636071


   :warning: I haven't tested this.
   
   I don't think the way the data is stored has changed between 0.5 and 0.6 
(please correct me if I'm wrong), so you could try:
   
   ```
   sudo -u postgres pg_dump DATABASE_NAME > backup.sql
   sudo -u postgres dropdb DATABASE_NAME
   sudo -u postgres createdb -O DATABASE_USER DATABASE_NAME
   sudo -u postgres psql DATABASE_NAME < backup.sql
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to