You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great project by the way, love it so far. I am installing an additional extension into the Spilo container, Apache AGE, which lets Postgres act as a GraphDB.
The installation was quite easy as I just built on the existing Spilo image and copied over the extension files from the Apache image. Now however, I need to create and load the extension.
These are the post-installation instructions from the AGE website, but I'd prefer to not do CREATE EXTENSION and LOAD everytime a service connects to the database. Is there a place I can put a SQL file in the container that on startup will run to create and load the extension for me?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
Great project by the way, love it so far. I am installing an additional extension into the Spilo container, Apache AGE, which lets Postgres act as a GraphDB.
The installation was quite easy as I just built on the existing Spilo image and copied over the extension files from the Apache image. Now however, I need to create and load the extension.
These are the post-installation instructions from the AGE website, but I'd prefer to not do CREATE EXTENSION and LOAD everytime a service connects to the database. Is there a place I can put a SQL file in the container that on startup will run to create and load the extension for me?
Thank you.
The text was updated successfully, but these errors were encountered: