Chapter 7

Canadian Data Sovereignty

PIPEDA, .ca, in-country hosting rationale.

Learning objectives

  • Explain Canadian data residency and sovereignty concerns for SMBs
  • Understand PIPEDA basics and provincial health/education nuances
  • Evaluate hosting providers for Canadian presence and subprocessors

What is data sovereignty?

Data sovereignty asks: where does my data physically live, which country's laws apply, and who can compel access? Workshop Co. stores customer names, emails, and payment references in PostgreSQL — Alberta residents booking Edmonton classes. Marcus needs clarity even if he is not a lawyer.

Canada-first hosting

Choosing a Montreal or Toronto VPS keeps primary data on Canadian soil. That does not automatically make you compliant — but it aligns with customer expectations and many RFP requirements from Canadian schools and municipalities.

PIPEDA in practical terms

The Personal Information Protection and Electronic Documents Act (PIPEDA) governs private-sector handling of personal information in federal scope. Practical obligations for Workshop Co.:

  • Collect only what booking requires (name, email, phone)
  • Protect data with reasonable safeguards (encryption, access control)
  • Know where data is stored and which vendors process it (Google, Stripe, Swift Host)
  • Breach notification and accountability — document policies

Alberta also has provincial privacy law (PIPA) for private organizations — overlap exists; when in doubt, consult qualified counsel for your sector.

Worked example — vendor map

VendorDataRegionNotes
Proxmox on-premFull booking DBEdmonton, ABMarcus responsible for physical security
Swift Host VPSEncrypted backupsMontreal, QCDPA in contract; Canadian entity
Google WorkspaceStaff email, some docsGlobal infraGoogle DPA + data region settings
StripePayment tokensUS + globalPCI handled by Stripe; minimize local card storage
CalendlyAppointment metadataUS SaaSConsider Canadian alternative if policy requires

Questions to ask Canadian hosts

  1. Where are servers physically located (city, province)?
  2. Are backups and snapshots in the same region?
  3. Who are subprocessors (CDN, DDoS scrubbing)?
  4. Can data be processed only in Canada?
  5. What happens on US subpoena vs Canadian court order?
SaaS reality

100% Canadian-only stack is rare for email and payments. Document trade-offs: keep authoritative customer DB in Canada; use global SaaS only where necessary with contracts and minimal data fields.

.ca and sovereignty are different

Owning workshopco.ca (CIRA) signals Canadian presence but does not determine where servers live. DNS can point anywhere on earth — sovereignty is about compute and storage location, not TLD.

Try it yourself

Workshop Co. considers moving primary DB to Swift Host Montreal. List three sovereignty benefits and two risks vs keeping DB in Edmonton.

Sample answers

Benefits: professional datacenter power/cooling, Canadian jurisdiction clarity, off-site from single basement flood risk.

Risks: data transits internet to cloud (encrypt in transit), latency vs local LAN apps, monthly cost vs owned hardware.

Check your understanding

  1. Does hosting in Canada automatically satisfy all PIPEDA requirements?
  2. Why document subprocessors in a privacy policy?
Answers
  1. No — you still need security, consent, retention limits, and breach processes.
  2. Transparency obligation — customers should know who processes their personal information.