How to update a manual installation #517

Open
opened 2026-02-04 20:07:06 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Crediavance on GitHub (Jun 4, 2024).

Hello, i look at the documentation of planka and i cant find how to update a planka Manual installation, i got an issue to send emails and looking in this help many people say that if you update to a newest version(i got the verion 1.16.0 that same in the install documentation) you cand send email without the [E] undefined

Originally created by @Crediavance on GitHub (Jun 4, 2024). Hello, i look at the documentation of planka and i cant find how to update a planka Manual installation, i got an issue to send emails and looking in this help many people say that if you update to a newest version(i got the verion 1.16.0 that same in the install documentation) you cand send email without the [E] undefined
OVERLORD added the question label 2026-02-04 20:07:06 +03:00
Author
Owner

@meltyshev commented on GitHub (Jun 6, 2024):

Hi!

.env
private
public/project-background-images
public/user-avatars
  • Run database migrations and start Planka by npm run db:init && npm start --prod.
  • If everything works fine, you can delete /var/www/planka-old.
@meltyshev commented on GitHub (Jun 6, 2024): Hi! - First, backup `/var/www/planka/` and also backup the database. - Rename `/var/www/planka/` to any other name (for example `planka-old`). - Follow all steps from "Install Planka" up to "Configure environment variables" from here: https://docs.planka.cloud/docs/installation/manual_installation/debian_ubuntu/#install-planka. - Copy these files and folder from `/var/www/planka-old` to `/var/www/planka`: ``` .env private public/project-background-images public/user-avatars ``` - Run database migrations and start Planka by `npm run db:init && npm start --prod`. - If everything works fine, you can delete `/var/www/planka-old`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#517