Skip to content

Upgrade to Resonant v0.50.2#475

Open
brianhelba wants to merge 1 commit intomainfrom
resonant-upgrade
Open

Upgrade to Resonant v0.50.2#475
brianhelba wants to merge 1 commit intomainfrom
resonant-upgrade

Conversation

@brianhelba
Copy link
Copy Markdown
Member

No description provided.

@brianhelba brianhelba marked this pull request as draft April 8, 2026 21:02
@brianhelba brianhelba force-pushed the resonant-upgrade branch 3 times, most recently from 49463ee to ced4f53 Compare April 8, 2026 21:41
@brianhelba brianhelba marked this pull request as ready for review April 9, 2026 15:00
```sh
./manage.py migrate
./manage.py createsuperuser
./manage.py loaddata species
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this still necessary, or does the migration handle it?

```bash
docker compose run --rm -v /path/to/wav/files:/data django ./manage.py importRecordings /data
```sh
./manage.py importRecordings /data
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modifying the volume mounts like this isn't really compatible with dev containers. Of course, it's possible to modify the Docker Compose files and then restart the whole stack, but I think the better approach is just to hardlink the files from their host filesystem into the repo.

@BryonLewis Can you test if hardlinks work, then we can update these docs accordingly?

@brianhelba
Copy link
Copy Markdown
Member Author

@BryonLewis @naglepuff This is ready for testing and review. Any feedback is welcome.

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

Successfully merging this pull request may close these issues.

1 participant