umap icon indicating copy to clipboard operation
umap copied to clipboard

How to upgrade version of uMap

Open tech62 opened this issue 5 years ago • 3 comments
trafficstars

Hi !

I want to upgrade my uMap version, but can't find information about that. Anyone can update the wiki with a process to follow ?

Thanks !

tech62 avatar May 22 '20 13:05 tech62

Maybe a solution would be to download the data from your uMap and then creating with this dataset a new map? When I see it right, this new map would have the newest version then.

Or do you mean something else?

Elefant-aus-Wuppertal avatar Oct 10 '20 17:10 Elefant-aus-Wuppertal

No, i search how to upgrade my Umap version with the entire data of my database, there is nothing wrote about this case.

tech62 avatar Feb 09 '21 13:02 tech62

I did the following to upgrade my umap instance:

sudo -u umap -i
virtualenv /srv/umap/venv --python=/usr/bin/python3.7
source /srv/umap/venv/bin/activate
pip install umap-project --upgrade
umap migrate
umap collectstatic
umap compress
sudo systemctl restart uwsgi nginx

ovruni avatar May 19 '21 23:05 ovruni

Yes, indication of @ovruni are correct!

I've just mentioned this in the documentation: https://umap-project.readthedocs.io/en/latest/install/#upgrading

Curious, @ovruni, @tech62 are you still running uMap instances ? If yes, are those public ?

yohanboniface avatar Jun 23 '23 16:06 yohanboniface

We only use it internally for the moment

tech62 avatar Jun 25 '23 21:06 tech62