...
Change the line PASSWORD= and replace the value with the obfuscated password
7. Edit the file /root/.pgpass and change the password into the line :
Code Block |
---|
localhost:5432:*:postgres:$NEW_PASSWORD |
7. Start Datafari
Code Block |
---|
cd /opt/datafari/bin bash start-datafari.sh |
...