From a47ae7aa75e419d4a85d8c9ab7eb54b050e8101b Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 17 Feb 2026 00:22:58 +1100 Subject: [PATCH] Tweak blog post / update polar links (#261) * Tweak blog post * Fix polar.sh links :'( --- _posts/2024-08-25-0.16.0.md | 1 - _posts/2024-12-17-0.17.0.md | 1 - _posts/2025-09-15-1.0.0.md | 1 - _posts/2025-11-02-1.1.0.md | 1 - _posts/2026-02-12-1.2.0.md | 1 - _posts/2026-02-12-db-update.md | 7 ++++++- contribute.md | 6 +++++- extend/app.md | 2 +- 8 files changed, 12 insertions(+), 8 deletions(-) diff --git a/_posts/2024-08-25-0.16.0.md b/_posts/2024-08-25-0.16.0.md index 87ea168d..fc83383b 100644 --- a/_posts/2024-08-25-0.16.0.md +++ b/_posts/2024-08-25-0.16.0.md @@ -144,7 +144,6 @@ If you or your company uses InvenTree, please consider sponsoring the project to A friendly reminder that the majority of the work undertaken to keep InvenTree running is done by a very small group of core developers, who do so in their spare time (and are not sponsored by their employers to work on InvenTree). If you benefit from the InvenTree project, please consider contributing to maintain vibrant development of this software! -- [Polar.sh](https://polar.sh/inventree) - [GitHub](https://github.com/sponsors/inventree) - [PayPal](https://paypal.me/inventree?locale.x=en_AU) diff --git a/_posts/2024-12-17-0.17.0.md b/_posts/2024-12-17-0.17.0.md index 7c8796b3..5f244ffa 100644 --- a/_posts/2024-12-17-0.17.0.md +++ b/_posts/2024-12-17-0.17.0.md @@ -148,5 +148,4 @@ Sponsorships help to keep this project sustainable, and buys time for the core d The work undertaken to keep InvenTree running is done by a very small group of core developers, who do so in their spare time (and are not sponsored by their employers to work on InvenTree). If you benefit from the InvenTree project, please consider contributing to maintain vibrant development of this software! -- [Polar.sh](https://polar.sh/inventree) - [GitHub](https://github.com/sponsors/inventree) diff --git a/_posts/2025-09-15-1.0.0.md b/_posts/2025-09-15-1.0.0.md index 8a910c2e..3dd0d77f 100644 --- a/_posts/2025-09-15-1.0.0.md +++ b/_posts/2025-09-15-1.0.0.md @@ -299,7 +299,6 @@ Sponsorships help to keep this project sustainable, and buys time for the core d The work undertaken to keep InvenTree running is done by a very small group of core developers, who do so in their spare time (and are not sponsored by their employers to work on InvenTree). If you benefit from the InvenTree project, please consider contributing to maintain vibrant development of this software! -- [Polar.sh](https://polar.sh/inventree) - [GitHub](https://github.com/sponsors/inventree) If you are using InvenTree in a commercial setting, please consider sponsoring the project to help support ongoing development and maintenance. Your support is greatly appreciated and helps to ensure that InvenTree remains a viable and sustainable project for years to come. diff --git a/_posts/2025-11-02-1.1.0.md b/_posts/2025-11-02-1.1.0.md index 1c2ad6ab..5e96d745 100644 --- a/_posts/2025-11-02-1.1.0.md +++ b/_posts/2025-11-02-1.1.0.md @@ -79,7 +79,6 @@ Sponsorships help to keep this project sustainable, and buys time for the core d The work undertaken to keep InvenTree running is done by a very small group of core developers, who do so in their spare time (and are not sponsored by their employers to work on InvenTree). If you benefit from the InvenTree project, please consider contributing to maintain vibrant development of this software! -- [Polar.sh](https://polar.sh/inventree) - [GitHub](https://github.com/sponsors/inventree) If you are using InvenTree in a commercial setting, please consider sponsoring the project to help support ongoing development and maintenance. Your support is greatly appreciated and helps to ensure that InvenTree remains a viable and sustainable project for years to come. diff --git a/_posts/2026-02-12-1.2.0.md b/_posts/2026-02-12-1.2.0.md index a4ff9171..e66ede30 100644 --- a/_posts/2026-02-12-1.2.0.md +++ b/_posts/2026-02-12-1.2.0.md @@ -95,7 +95,6 @@ Sponsorships help to keep this project sustainable, and buys time for the core d The work undertaken to keep InvenTree running is done by a very small group of core developers, who do so in their spare time (and are not sponsored by their employers to work on InvenTree). If you benefit from the InvenTree project, please consider contributing to maintain vibrant development of this software! -- [Polar.sh](https://polar.sh/inventree) - [GitHub](https://github.com/sponsors/inventree) If you are using InvenTree in a commercial setting, please consider sponsoring the project to help support ongoing development and maintenance. Your support is greatly appreciated and helps to ensure that InvenTree remains a viable and sustainable project for years to come. diff --git a/_posts/2026-02-12-db-update.md b/_posts/2026-02-12-db-update.md index 8e4938e4..1fcb68f7 100644 --- a/_posts/2026-02-12-db-update.md +++ b/_posts/2026-02-12-db-update.md @@ -51,10 +51,12 @@ First, let's confirm that we are running the expected version of InvenTree (1.1. ![Old Setup](/assets/blog/db_update_old_versions.png) -To perform the backup, we run the following command: +To perform the backup, we run the following commands: ``` +docker compose up inventree-db -d docker compose run --rm inventree-server invoke backup +docker compose down ``` This will create a backup of the database and media files in the `data/backup` directory. @@ -88,8 +90,10 @@ docker compose pull Now we can restore the data from the backup we created previously, into the new PostgreSQL 17 database. Run the following commands: ``` +docker compose up inventree-db -d docker compose run --rm inventree-server invoke migrate docker compose run --rm inventree-server invoke restore +docker compose down ``` This will restore the database and media files from the backup we created previously. @@ -109,6 +113,7 @@ docker compose pull Next, run the InvenTree update procedure: ``` +docker compose up inventree-db -d docker compose run --rm inventree-server invoke update ``` diff --git a/contribute.md b/contribute.md index 1777601c..e6d57a66 100644 --- a/contribute.md +++ b/contribute.md @@ -17,10 +17,14 @@ We welcome everyone to help with InvenTree however they can! If you or your company uses InvenTree, please consider sponsoring the project to show your support. Sponsorships help to keep this project sustainable, and buys time for the core developers to commit to the project. A recurring or one off sponsorship is a great way to help InvenTree development to continue at full steam! -- [Polar.sh](https://polar.sh/inventree) - [GitHub](https://github.com/sponsors/inventree) - [PayPal](https://paypal.me/inventree?locale.x=en_AU) +You can also support us via: + +- A [one off sponsorship](https://buy.polar.sh/polar_cl_d7lPAgS9jnW8NDOSWATqdz2gs3wUD1x5M5o7C2rPoAL) +- A [recurring sponsorship](https://buy.polar.sh/polar_cl_UlGc3bUjwB7Vx89dhAY2iF3kUIVFBJC5mJyow4NlJa6) + Financial donations directly support the ongoing development of the InvenTree project. If you benefit from the InvenTree project, please consider contributing to maintain vibrant development of this software! ### Report Bugs diff --git a/extend/app.md b/extend/app.md index 5a210a89..0dcad023 100644 --- a/extend/app.md +++ b/extend/app.md @@ -33,7 +33,7 @@ Download and install from the [Apple App Store](https://apps.apple.com/au/app/in ### Direct Download (Android) -We provide direct downloads for Android users - view our [download page via polar.sh](https://polar.sh/inventree/products/299bf0d5-af88-4e0f-becf-c007ad37ecf2) +We provide direct downloads for Android users - view our [download page via polar.sh](https://polar.sh/checkout/polar_c_dlEdsMuIlGPGS5Cb6DB82cRwuwpfPErjF7U4j1NfdYd) ### Documentation