Manual Deployment - Create POSTGRESQL Database

cancel
Showing results for 
Search instead for 
Did you mean: 
luiztedesco
Member II

Manual Deployment - Create POSTGRESQL Database

I'm doing a manual deployment, but I can't find the script for creating the database, where can I find it? The version I'm deploying is 6.2.

1 Reply
angelborroy
Alfresco Employee

Re: Manual Deployment - Create POSTGRESQL Database

You need to create the database and the user in Postgres.

Something like this: https://github.com/loftuxab/alfresco-ubuntu-install/blob/master/scripts/postgresql.sh#L40

After that, when Alfresco starts, all the tables and database objects are created during the application bootstrap.

Hyland Developer Evangelist