FreeBSD Update multiple changes

- remove memcache
- update switch url
- switch package require postgresql 15
- portsnap enabled
This commit is contained in:
FusionPBX
2024-08-24 10:11:54 -06:00
committed by GitHub
parent 4e0fba4cb9
commit e906b0caf2
6 changed files with 12 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ echo "Install PostgreSQL and create the database and users\n"
#postgres install
if [ ."$database_version" = ."16" ]; then
pkg install --yes postgresql16-server
#cd /usr/ports/databases/postgresql15-server/ && make install clean BATCH=yes
#cd /usr/ports/databases/postgresql16-server/ && make install clean BATCH=yes
fi
if [ ."$database_version" = ."15" ]; then
pkg install --yes postgresql15-server