mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #2465] Folder > frontend_dist - Not Found (When Upgrading from 1.17.0 to 2.0.0-beta.3) #1607
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1607
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michael-v-bloom on GitHub (Feb 18, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2465
Impacted versions
Steps to reproduce
We're trying to upgrade our current version of Modoboa to the Beta version with new Admin interface.
So, we followed the steps from the upgrade guide:
First we activate the dev environment:
> source /srv/modoboa/env/bin/activateThen we execute the commands for the upgrade:
> pip install modoboa==2.0.0-beta.3> cd /srv/modoboa/instanceThen we follow the next step:
> python manage.py migrateThe output is:
Then we do:
> python manage.py collectstaticThe output is:
We type YES and the output is:
Then we go to the version specific instructions where we need to copy Frontend files from frontend_dist to new frontend folder:
> mkdir /srv/modoboa/instance/frontend> cp -r /srv/modoboa/env/lib/python3.8/site-packages/modoboa/frontend_dist/* /srv/modoboa/instance/frontendBut, the output is that the folder /srv/modoboa/env/lib/python3.8/site-packages/modoboa/frontend_dist/ doesn't exists...
Current behavior
/srv/modoboa/env/lib/python3.8/site-packages/modoboa/frontend_dist/ doesn't exists
Did we missed something? We checked all other issues and discussions related to this and other upgrades, but we've found nothing that could help. Any ideas @tonioo what it could be?
Thank you.
Michael
@tonioo commented on GitHub (Feb 21, 2022):
@michael-v-bloom Can you list the folder content please?
@michael-v-bloom commented on GitHub (Feb 21, 2022):
@tonioo
Here are the contents for: /srv/modoboa/env/lib/python3.8/site-packages/modoboa
@michael-v-bloom commented on GitHub (Apr 7, 2022):
@tonioo
Follow up: any success with this?
@tonioo commented on GitHub (May 3, 2022):
@michael-v-bloom Sorry for the late reply. I just tried to install the beta3 package in a test virtualenv and I can see the frontend_dist folder as expected...
I'm using python 3.9 with an up-to-date pip. Have you tried to update pip?
@tonioo commented on GitHub (May 3, 2022):
And I used this command:
@cremesk commented on GitHub (Apr 22, 2023):
hi,
i upgrade my modoboa today to version 2.1.0 .
it looks good.. but i'm not able to upgrade the frontend..
https://modoboa.readthedocs.io/en/latest/upgrade.html#new-admin-interface
frontend_dist/doesn't exists in/srv/modoboa/env/lib/python3.9/site-packages/modoboa@Spitfireap commented on GitHub (Apr 22, 2023):
Hi, we are having an issue with the deployment, a patch is being worked on.
@cremesk commented on GitHub (Apr 23, 2023):
fixed in 2.1.1. thx!