Created
May 4, 2017 10:33
-
-
Save moolitayer/3fdda85f771d0a98740fa5fdafd1b139 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Logs at: /var/www/miq/vmdb/log | |
# DB Access: | |
sudo su - postgres -c "psql vmdb_production" | |
# Rails Console: | |
cd /var/www/miq/vmdb/ | |
source /etc/default/evm | |
bin/rails c | |
# Restart the service | |
systemctl restart evmserverd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment