Michal Saloň
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
Yes, I posted the screen of the latest failed build pipeline for his stack.
50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
If you have NPM you can check
%AppData%\npm
dir if zcli
binary is in there. If it is, then you installed it via NPM before.50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
but you can call
zcli version
and it returns the version?50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
If you call
where zcli
in command line, what path do you see?50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
Depends how you had it installed before and what is your platform (windows vs linux/mac).
If you installed it manually before and placed it in some custom directory, first remove the old binary and then run our install script.
50 replies
ZZerops
•Created by Louay on 4/8/2025 in #💪・community-support
Cloudfare ipv6 & zerops
It will work for all users with the CF Proxy.
14 replies
ZZerops
•Created by Louay on 4/8/2025 in #💪・community-support
Cloudfare ipv6 & zerops
Are you 1000% sure you have Cloudflare set to Full or Full (strict) instead of Flexible?
See point 3 in https://docs.zerops.io/features/dns#troubleshooting-guide
14 replies
ZZerops
•Created by Amos on 4/1/2025 in #💪・community-support
Postgres vector extension
Yeah sorry, I managed to confuse myself while explaining it :skillIssue:
17 replies
ZZerops
•Created by Amos on 4/1/2025 in #💪・community-support
Postgres vector extension
postgres
user has it's own postgres
schema. So when you create a DB, there are 3 schemas:
postgres
user and do not specify a schema, it will default to postgres
17 replies
ZZerops
•Created by Amos on 4/1/2025 in #💪・community-support
Postgres vector extension
Did you create it for the correct schema?
17 replies
ZZerops
•Created by Amos on 4/1/2025 in #💪・community-support
Postgres vector extension
As Ales said, standard user doesn't have superuser permissions.
To create/enable extensions, you need to use the superuser credendials, see:
https://docs.zerops.io/postgresql/how-to/manage#how-to-install-and-manage-postgresql-plugins
17 replies
ZZerops
•Created by minsomai on 3/31/2025 in #💪・community-support
is multiple zerops.yml for prod and QA possible?
Only one
zerops.yaml
can be defined, but one file can contain multiple setups.7 replies
ZZerops
•Created by bravisek on 11/18/2024 in #💪・community-support
Let's encrypt for subdomain wildcard
This. It's mentioned in our docs as well, if you want to use proxy for AAAA then you can't use A record with shared IPv4 at all.
https://docs.zerops.io/features/dns#ipv6-only (see the Note here)
52 replies
ZZerops
•Created by Louay on 3/14/2025 in #💪・community-support
Object storage custom domain
UI should say that you either need to use something like CloudFlare with only AAAA record and enable CF Proxy, or you need to set up AAAA and A records.
For A record, you can use either our shared IPv4, which is free, or purchase a dedicated IPv4.
47 replies
ZZerops
•Created by Louay on 3/14/2025 in #💪・community-support
Object storage custom domain
Did you set the A record correctly? If you only set AAAA and do not have IPv6 capable network, you will not be able to connect to it.
47 replies
ZZerops
•Created by vavo on 3/11/2025 in #💪・community-support
Gitlab integration: expired token
Hi, we would like to, but it's not a simple fix, and GitLab isn't used by that many people, it's a bit lower in our priorities, but it's definitely still there.
For now I would probably recommend trying to use GitLab CI/CD with our zCLI to push from GitLab.
Here is a simple config which should give you 2 jobs
deploy:dev
(on branches) and deploy:prod
(on tags) which pushes the code Zerops via zCLI.
You just need to change XYZ
for correct PROJECT and SERVICE IDs and also create a variable ZEROPS_ACCESS_TOKEN
in you GitLab settings for that project, so zCLI can login and it should work. If it doesn't let me know, i will try to help you make it work.
Access token can be generated on this page: https://app.zerops.io/settings/token-management6 replies