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

Possibility to clear opcache? #77

Open
josefglatz opened this issue Aug 14, 2015 · 5 comments
Open

Possibility to clear opcache? #77

josefglatz opened this issue Aug 14, 2015 · 5 comments

Comments

@josefglatz
Copy link
Member

I've upgrading a TYPO3 instance from 4.7 to 6.2. After changes the symlinks from old to new sources. The webserver try to follow the old paths. My woraround was a stop and up fo my docker containers which solved my problems. Is there another method to clera opcache?

We could add such a info to our docs :)

@josefglatz
Copy link
Member Author

http://ihaveabackup.net/2013/10/19/invalidating-the-opcache-in-php-5-5/

Seams like there are only to possibilities:

  • php file with opcache_reset()
  • reloading/restarting php

@mblaschke
Copy link
Member

it should be possible to restart php with supervisord cli tools.

@josefglatz
Copy link
Member Author

Uh, this sounds really nice :)

Am 17.08.2015 um 10:33 schrieb Markus Blaschke [email protected]:

it should be possible to restart php with supervisord cli tools.


Reply to this email directly or view it on GitHub #77 (comment).

@elmar-hinz
Copy link
Contributor

I ran into the very same problem, when upgrading from TYPO3 6.2.x to 6.2.y manually. When trying to do this upgrade with the TYPO3 install tool, the process did break completely.

A with to temporarily turn opcache on and off would be handy.

@josefglatz
Copy link
Member Author

Another workaround is to stop and start the relevant container.

Von meinem iPhone gesendet

Am 26.08.2015 um 22:33 schrieb Elmar Hinz [email protected]:

I ran into the very same problem, when upgrading from TYPO3 6.2.x to 6.2.y manually. When trying to do this upgrade with the TYPO3 install tool, the process did break completely.

A with to temporarily turn opcache on and off would be handy.


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

3 participants