mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-09 04:01:14 +01:00
ae257433cc
* Merge harbor db to postgres
3 lines
156 B
Bash
3 lines
156 B
Bash
#!/bin/sh
|
|
sudo -E -u \#10000 sh -c "/usr/bin/env /migrations/migrate.sh && /bin/notary-server -config=/etc/notary/server-config.postgres.json -logf=logfmt"
|