mirros-snap:master

Last commit made on 2020-12-29
Get this branch:
git clone -b master https://git.launchpad.net/mirros-snap
Only glancr team can upload to this branch. If you are glancr team please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:mirros-snap

Recent commits

6312c8a... by glancr team

Merge branch '615-release-1-8-8' into 'master'

Resolve "Release 1.8.8"

Closes #615

See merge request glancr/mirros-one-snap!15

13f4e28... by glancr team

build: Bump API to 1.8.0

Signed-off-by: Tobias Grasse <email address hidden>

5219e05... by glancr team

Merge branch '614-remove-stale-mysqld-sock-lock-file-on-mysql-service-startup' into 'master'

Resolve "Remove stale mysqld.sock.lock file on MySQL service startup"

Closes #614

See merge request glancr/mirros-one-snap!14

80533a5... by glancr team

feat: Remove stale mysqld.sock.lock if present

Additionally checks if there is a PID and socket file, which would indicate an already running server.

Signed-off-by: Tobias Grasse <email address hidden>

0891b41... by glancr team

Merge branch '606-run-mysql_upgrade-after-snap-refresh' into 'master'

Resolve "Run mysql_upgrade after snap refresh"

Closes #606

See merge request glancr/mirros-one-snap!13

0165ee5... by glancr team

refactor: Use utility function

Signed-off-by: Tobias Grasse <email address hidden>

6e9706e... by glancr team

feat: Run mysql_upgrade during post-refresh

Ensures that any optimizations or changes are applied after an update. Running this on each startup like the nextcloud-snap does seems unnecessary,

Signed-off-by: Tobias Grasse <email address hidden>

1909d96... by glancr team

refactor: Improve message output in function

Unused at the moment, since we require a waiting wrapper.

Signed-off-by: Tobias Grasse <email address hidden>

5a51bcf... by glancr team

style: Formatting

Don’t fight the auto-formatter …

Signed-off-by: Tobias Grasse <email address hidden>

20e563a... by glancr team

style: Remove disabled upgrade line

We should run mysql_upgrade only during post-refresh, so we don’t block resources during server startup.

Signed-off-by: Tobias Grasse <email address hidden>