Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tainmar
tainmar / cloudSettings
Last active May 5, 2021 15:01
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-05-05T15:01:42.945Z","extensionVersion":"v3.4.3"}
@tainmar
tainmar / upgrade-and-relaunch-metabase.md
Last active April 23, 2019 12:36
Safely upgrade Metabase and relaunch it
  1. Copy the database :

    cp -r metabase-data/ metabase-data-backup/
    
  2. Stop the container :

docker kill metabase