mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 01:01:30 +02:00
Another PgSQL update
This commit is contained in:
parent
0cec56475a
commit
c256cd9fc9
7 changed files with 173 additions and 171 deletions
|
@ -125,9 +125,9 @@ Now you need to update PostgreSQL Admin User Password:
|
|||
sudo -u postgres psql
|
||||
postgres=#
|
||||
postgres=# ALTER USER postgres PASSWORD 'demoPassword';
|
||||
postgres=# CREATE SCHEMA registry;
|
||||
postgres=# CREATE SCHEMA registryTransaction;
|
||||
postgres=# CREATE SCHEMA registryAudit;
|
||||
postgres=# CREATE DATABASE registry;
|
||||
postgres=# CREATE DATABASE registryTransaction;
|
||||
postgres=# CREATE DATABASE registryAudit;
|
||||
postgres=# \q
|
||||
```
|
||||
|
||||
|
@ -266,7 +266,7 @@ systemctl enable caddy
|
|||
systemctl restart caddy
|
||||
```
|
||||
|
||||
**And now is the right time to import the provided database file for your database type using Adminer.**
|
||||
**And now is the right time to import the provided database file(s) for your database type using Adminer.**
|
||||
|
||||
## 7. Control Panel Setup:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue