tteck / Proxmox

Proxmox VE Helper-Scripts
https://Helper-Scripts.com
MIT License
13.24k stars 2.05k forks source link

Support frigate latest release (v14) #3495

Closed remz1337 closed 1 month ago

remz1337 commented 1 month ago

I wanted to make you aware that I am meticulous when it comes to merging code into the main branch, so please don't take it personally if I reject your request.

Description

Add tempio installation and prepend timestamp to all service logs so that frigate can parse them

Type of change

Vendo233 commented 1 month ago

Hi , what is the new Command to install Frigate 14?

lasharor commented 1 month ago

How do I update an LXC already running frigate?

jmcruvellier commented 1 month ago

For those who are looking for the commands to update Frigate:

cd /opt 
docker compose pull 
docker compose up -d 

Make sure to perform a backup of frigate configuration file and database before,

lasharor commented 1 month ago

For those who are looking for the commands to update Frigate:

cd /opt 
docker compose pull 
docker compose up -d 

Make sure to perform a backup of frigate configuration file and database before,

This doesn't work on the LXC created by the previous script. As the docker-compose refers to the old frigate build. Is there a way to update the LXC which was created using the old script?

jmcruvellier commented 1 month ago

For those who are looking for the commands to update Frigate:

cd /opt 
docker compose pull 
docker compose up -d 

Make sure to perform a backup of frigate configuration file and database before,

This doesn't work on the LXC created by the previous script. As the docker-compose refers to the old frigate build. Is there a way to update the LXC which was created using the old script?

On the Frigate LXC console, try to execute "update" command

lasharor commented 1 month ago

For those who are looking for the commands to update Frigate:

cd /opt 
docker compose pull 
docker compose up -d 

Make sure to perform a backup of frigate configuration file and database before,

This doesn't work on the LXC created by the previous script. As the docker-compose refers to the old frigate build. Is there a way to update the LXC which was created using the old script?

On the Frigate LXC console, try to execute "update" command

✗ There is currently no update path available.