Skip to content

Instantly share code, notes, and snippets.

@JulianPrieber
Created August 3, 2023 09:25
Show Gist options
  • Save JulianPrieber/afc782666cf8c8f7a1a9cb9928498af5 to your computer and use it in GitHub Desktop.
Save JulianPrieber/afc782666cf8c8f7a1a9cb9928498af5 to your computer and use it in GitHub Desktop.
LinkStack "How to update" readme

| | | | | | | | | | | | () | | / | | | |
| |__| | _____ __ | |
___ _ _ _ __ | | __ | | ___ | | _ _ __ | | | ( | |
__ _ | | __ | __ |/ _ \ \ /\ / / | _/ _ \ | | | | ' \ / |/ _ | / _ \ | | | | ' | |/ /_ | __/ ` |/ __| |/ / | | | | () \ V V / | || () | | || | |) | (
| | (
| | || __/ | |
| | | | | < ) | || (| | (__| < || ||___/ _/_/ ____/ _,| .__/ _,|_,|__| |||| |||__/ __,|___||_
| |
|_|

Before you update, always make a backup of your LinkStack installation!

To perform the update, simply paste the contents of the folder 'linkstack' into the root directory of your LinkStack installation.

The next part is mostly optional, but may be required for some updates.

For this update, some entries have to be added to the SQLite database, for this there are two possible options.

Option's one is to run the command < php artisan db:seed --class="ButtonSeeder" > in your LinkStack's directory. If you need help with this, feel free to open an issue on the project's GitHub page.

Option two is replacing your SQLite database found in the folder 'database' with the file 'database.sqlite' found in the update.zip.  NOTE: THIS WILL RESET ALL USERS AND SETTINGS TO THE DEFAULTS IN YOUR INSTALLATION.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment