You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/04/24 21:21:07 UTC

[GitHub] [incubator-age] JoshInnis commented on issue #156: What's the workflow for the version upgrade?

JoshInnis commented on issue #156:
URL: https://github.com/apache/incubator-age/issues/156#issuecomment-1107920795

   Hi,
   
   AGE follows the standard process provided by Postgres to updating extensions: https://www.postgresql.org/docs/11/sql-alterextension.html
   
   When you want to update AGE, install the new version of AGE to the machine, then open a terminal session to the postgres database with AGE installed and run the command: `ALTER EXTENSION age UPDATE TO '1.0.0';` or whichever version you want.


-- 
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-unsubscribe@age.apache.org

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