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

Directus template and upgrading #443

Open
hansblaauw64 opened this issue Sep 12, 2023 · 2 comments
Open

Directus template and upgrading #443

hansblaauw64 opened this issue Sep 12, 2023 · 2 comments

Comments

@hansblaauw64
Copy link

Hi,

After installing the DIrectus template we want to upgrade to the lastest version but there are several issue with that. Would you be able to change and test the template for the latest version of Directus?

Upgrading through NPM does not work because of older nodejs and directly using Docker Directus image 10.6.1 does not work either, issues with Redis econn.

Cheers and thanks in advance!

@FantaMagier
Copy link

Set CACHE_ENABLED=false
And remove the other Cache related env
Save and Deploy
Than it works

@Manethpak
Copy link

If you want to use directus v10+

Re-configure CACHE_REDIS to just REDIS

# example
...
CACHE_ENABLED=true
CACHE_STORE=redis
REDIS=redis://default:${redisPassword}@$(PROJECT_NAME)_${input.redisServiceName}:6379
...

Or you can also use memory cache which should also work by setting

CACHE_ENABLED=true
CACHE_STORE=memory

or disable the cache entirely

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