eXist-db / xst

Command line tool to interact with exist-db instances
https://npmjs.com/@existdb/xst
MIT License
17 stars 4 forks source link

keep on getting "Package installation failed. User "guest" is not a member of the "dba" group." #213

Open JoernT opened 7 months ago

JoernT commented 7 months ago

What happened?

I have an existing .existdb.json which is configured with user 'admin' and empty pass (for local development) but xst keeps on complaining : "Package installation failed. User "guest" is not a member of the "dba" group."

System Information

Build: eXist-6.2.0 (c8fa4958b6d4a50bd0cba7f3e76a150226414187)
Java: 1.8.0_382 (Azul Systems, Inc.)
OS: Mac OS X 14.2.1 (aarch64)

(should output xst version too). It is:
1.6.1

Relevant shell output

Package installation failed. User "guest" is not a member of the "dba" group.
JoernT commented 7 months ago

same applies when using latest 1.9.4

JoernT commented 7 months ago

for completeness: here's my .existdb.json


{
    "servers": {
        "localhost": {
            "server": "http://localhost:8080/exist",
            "user": "admin",
            "password": "",
            "root": "/db/apps/jhb"
        }
    },
    "sync": {
        "server": "localhost",
        "ignore": [
            ".existdb.json",
            ".git/**",
            "components/**",
            "node_modules/**",
            "bower_components/**",
            "build/**",
            "webtest/**"
        ]
    }
}
line-o commented 1 month ago

What is the command you are running? Are you passing --config path/to/my/.existdb.json?