Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e0aa2ed
Choose a base ref
...
head repository: coder/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1758454
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Mar 14, 2025

  1. fix: wipe PostgreSQL data to ensure unique deployment IDs

    The GCP Marketplace VM images were all showing the same deployment ID
    (68aaf8cf-de7f-452f-8f23-32a9ba7fa864) because Coder was started during
    the image build process, which generated and saved a deployment ID in
    the PostgreSQL database.
    
    This change:
    1. Stops the Coder service in the cleanup script
    2. Wipes the PostgreSQL data directory
    3. Reinitializes the database structure
    4. Ensures PostgreSQL is stopped before image creation
    
    Fixes #180
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    Claude and claude committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    1758454 View commit details
    Browse the repository at this point in the history
Loading