method

Store.Ready

func (backend *Store) Ready( ctx context.Context, manifest schema.Manifest, ) error

Prove connectivity and completed migration state for the running manifest.

Source adapters/postgres/postgres.go:212

@param ctx
The ctx value.
@param manifest
The manifest value.
@returns
The declared result.

In-progress phased work is not ready even if an older completed manifest digest matches.

Related types

  • Store

    A PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.

  • Manifest

    An immutable versioned schema contract.