- Mitglied seit
- 30. Dez 2012
- Beiträge
- 13.633
- Punkte für Reaktionen
- 5.809
- Punkte
- 524
Ich hätte gerne die Postgres DB vom DSM auch auf Volume 2 (NVME-SSD)
Meint ihr das könnte permanent funktionieren:
Stop the pgsql:
"systemctl stop pgsql-adapter.service"
Then create the folder:
"mkdir /volume2/@database/pgsql"
Move with:
"mv /volume1/@database/pgsql /volume2/@database/pgsql"
Change the rights:
"chown postgres.postgres /volume2/@database/pgsql"
Then you can start the pgsql:
"systemctl start pgsql-adapter.service"
And check if it is ok:
"systemctl status pgsql-adapter.service"
and redo the symlink (/var/services/pgsql) so that it points to the SSD volume
("mount --bind /volume1/@database/pgsql /volume2/@database/pgsql")
"vi /var/services/pgsql"
"mount --bind /volume1/@database/pgsql /volume2/@database/pgsq"
Meint ihr das könnte permanent funktionieren:
Stop the pgsql:
"systemctl stop pgsql-adapter.service"
Then create the folder:
"mkdir /volume2/@database/pgsql"
Move with:
"mv /volume1/@database/pgsql /volume2/@database/pgsql"
Change the rights:
"chown postgres.postgres /volume2/@database/pgsql"
Then you can start the pgsql:
"systemctl start pgsql-adapter.service"
And check if it is ok:
"systemctl status pgsql-adapter.service"
and redo the symlink (/var/services/pgsql) so that it points to the SSD volume
("mount --bind /volume1/@database/pgsql /volume2/@database/pgsql")
"vi /var/services/pgsql"
"mount --bind /volume1/@database/pgsql /volume2/@database/pgsq"