Skip to content

Manage services

Xing Wang edited this page Jul 5, 2023 · 1 revision

For the developer, they may want to stop/start the services (rabbitmq/postgresql).

Postgresql

mamba run -n aiida-core-services pg_ctl -w -D /home/jovyan/.postgresql stop
mamba run -n aiida-core-services pg_ctl -w -D /home/jovyan/.postgresql start
mamba run -n aiida-core-services pg_ctl -w -D /home/jovyan/.postgresql status
Clone this wiki locally