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

check php cli compatibility from within archiving process #1102

Open
diosmosis opened this issue Apr 27, 2024 · 0 comments
Open

check php cli compatibility from within archiving process #1102

diosmosis opened this issue Apr 27, 2024 · 0 comments
Labels
Easier debugging For issues that makes troubleshooting issues for developers easier.

Comments

@diosmosis
Copy link
Member

The PHP used to start the archiving process is not controlled by Matomo (unlike the climulti:request command). To better aid debugging, we should check again at the start of the core:archive process if the current PHP is configured correctly, and warn if not:

  • check that the memory limit is high enough
  • check that the PHP version matches what is used in web requests
@diosmosis diosmosis added the Easier debugging For issues that makes troubleshooting issues for developers easier. label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easier debugging For issues that makes troubleshooting issues for developers easier.
Projects
None yet
Development

No branches or pull requests

1 participant