This commit is contained in:
2024-06-17 23:46:19 +02:00
9 changed files with 668 additions and 76 deletions

View File

@@ -1,54 +1,3 @@
## 15.5-7 (24-02-2024)
- Update pgvector to 0.2.0
## 15.5-6 (03-02-2024)
- Fix : use custom postgres username
## 15.5-5 (03-02-2024)
- Revert vector to 0.1.11 as only version supported by immich
## 15.5-4 (31-01-2024)
- ⚠ PLEASE BACKUP before updating! Non reversible changes
- ⚠ WARNING : addition of pgvecto.rs extension, potentially breaking change ! Be sure to backup prior to update
- ⚠ Database location changed from /data to /addon_configs/xxx-postgres : no expected user impact other that all configuration files will also be located in this folder accessible with addons such as Filebrowser
## 15.5 (11-11-2023)
- Update to latest version from postgres
## 15.4 (09-09-2023)
- Update to latest version from postgres
## 15.3-11 (08-09-2023)
- Minor bugs fixed
## 15.3-10 (08-09-2023)
- Minor bugs fixed
## 15.3-9 (08-09-2023)
- Minor bugs fixed
## 15.3-7 (07-09-2023)
- Minor bugs fixed
## 15.3-6 (07-09-2023)
- Minor bugs fixed
## 15.3-5 (07-09-2023)
- Minor bugs fixed
## 15.3-2 (07-09-2023)
- Minor bugs fixed
- Ensure postgres.conf persistcene
## 15.3
- Initial release

View File

@@ -5,6 +5,6 @@
"armv7": "postgres:15-alpine"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
"signer": "avm@sh-inc.ru"
}
}

View File

@@ -3,7 +3,7 @@
"dockerhub_list_size": 2,
"github_tagfilter": "15",
"last_update": "11-11-2023",
"paused": true,
"paused": false,
"repository": "Mesteriis/hassio-addons-avm",
"slug": "postgres",
"source": "github",