Skip to content

Instantly share code, notes, and snippets.

@moolitayer
Created May 4, 2017 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moolitayer/3fdda85f771d0a98740fa5fdafd1b139 to your computer and use it in GitHub Desktop.
Save moolitayer/3fdda85f771d0a98740fa5fdafd1b139 to your computer and use it in GitHub Desktop.
#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