You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development makefile improvement: db-reset should work properly
Previously it was difficult to run because it needed a running db
server, but a stopped web.
Now it automatically stops/starts web if needed, so it can be run when
the compose config is already running.
Also improved down to do a graceful stop, so that the pid file doesn't
remain there.
0 commit comments