Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't delete sites #431

Open
joyz76 opened this issue Jul 8, 2022 · 6 comments
Open

can't delete sites #431

joyz76 opened this issue Jul 8, 2022 · 6 comments

Comments

@joyz76
Copy link

joyz76 commented Jul 8, 2022

Hi, thanks for the good work.

I have a fresh installation on ubuntu 20.04, i set up a site, that's currently working.
I had a typing error on the second one, and i wanted to delete it, but i cant.
It simply does not delete it, no errore messages, nothing.
Help!

@Alnaggar94
Copy link

I think it might be a permissions issue, Try to run the following:

sudo chmod -R o+w /var/www/html/storage
sudo chmod -R 775 /var/www/html/storage
sudo chmod -R o+w /var/www/html/bootstrap/cache
sudo chmod -R 775 /var/www/html/bootstrap/cache
sudo chown -R www-data:cipi /var/www/html
sudo systemctl restart nginx.service
sudo service php7.4-fpm restart
sudo service php8.0-fpm restart
sudo service php8.1-fpm restart

@joyz76
Copy link
Author

joyz76 commented Jul 11, 2022

Same result,
So i tryed to start over, formatted server, installed again...
Same result
:(

@Alnaggar94
Copy link

Alnaggar94 commented Jul 11, 2022

Something not right, I'm using Cipi with multiple installation and never faced this issue. I think it might be the permission for the site user, when you create new site then upload the site files do you use the username created when you upload the files? Try to check who is the owner for the site files?

@joyz76
Copy link
Author

joyz76 commented Jul 12, 2022

I think i found the problem.
I made a new installation, and found that when i change the ssh port (i have many attempts on my 22) i can't delete the sites.
Is there a way to change safely the ssh port?

@Alnaggar94
Copy link

There is no such an option for doing that, you will have to do it manually and change all the reference port to whatever you want, In the end it's an open source project you can modify it the way it's suits you.

Maybe in the future Andrea will add a simple option for that.

@arwinvdv
Copy link

arwinvdv commented Aug 8, 2022

See #425

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants