Manual Deployment - Create POSTGRESQL Database

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2020 02:36 PM
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.
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2020 03:40 AM
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
