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

[v22.0.0beta2] ./occ migrations commands missing #27278

Closed
Grotax opened this issue May 29, 2021 · 2 comments
Closed

[v22.0.0beta2] ./occ migrations commands missing #27278

Grotax opened this issue May 29, 2021 · 2 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@Grotax
Copy link
Member

Grotax commented May 29, 2021

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. checkout current master branch or v22.0.0beta2
  2. execute php ./occ migrations:

Expected behaviour

Migrations commands are listed and can be executed.

Actual behaviour

Error "There are no commands defined in the "migrations" namespace."
php ./occ does not list any migrations

Server configuration

Operating system: Manjaro Linux

Web server: none

Database: sqlite

PHP version: 8.0 + 7.4

Nextcloud version: v22.0.0beta2

Updated from an older Nextcloud/ownCloud or fresh install: fresh

Where did you install Nextcloud from: git

Signing status: ok

Signing status
Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

List of activated apps:

App list
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

Config report
{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "sqlite",
        "version": "22.0.0.5",
        "overwrite.cli.url": "http:\/\/localhost",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "loglevel": 0,
        "maintenance": false
    }
}

Are you using external storage, if yes which one: no

Are you using encryption: no

Are you using an external user-backend, if yes which one: no

Client configuration

Browser: none

Operating system: none

Logs

No logs available

Nextcloud log (data/nextcloud.log)

Nextcloud log

No logs available

Browser log

Browser log
No logs available

Additional information, i first noticed it because of our CI failing, https://github.com/nextcloud/news/runs/2683648140

@Grotax Grotax added bug 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels May 29, 2021
@go2sh
Copy link
Contributor

go2sh commented May 29, 2021

See #27113

@Grotax
Copy link
Member Author

Grotax commented May 29, 2021

Ah I see, thanks I tried to find something via the search but yea ..

@Grotax Grotax closed this as completed May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

2 participants